logo

Car Sharing Backend Web App

car sharing backend web app

This web app leverages Rust — extremely fast and secure Low-level language language and web framework Axum for REST API. The Car Sharing Web App allows users to place car rental orders which managers can then approve, start, and finish. Database operations are covered by unit tests, while the REST API is tested using hurl. Next.js Frontend and Telegram bot using teloxide are in development right now!

Technologies I used and why

Frontend

Backend

Rust

Developers love Rust for its focus on performance and safety, leading to efficient and reliable web experiences. It is our future!

Axum

Axum offers a minimalist and elegant approach to building web applications in Rust, simplifying development and keeping your codebase clean.

Diesel ORM

Diesel ORM provides a type-safe and compile-time checked query system, ensuring that your database queries are free from common runtime errors and SQL injection vulnerabilities.